home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineButton2_589 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-09-08  |  615 b   |  24 lines

  1. on(release){
  2.    _global.oGame.PlaySound("buttonDown");
  3.    _global.scoreTotal = 0;
  4.    _global.life2 = true;
  5.    _global.life4 = true;
  6.    _global.life6 = true;
  7.    _global.life7 = true;
  8.    _global.life8 = true;
  9.    _global.life9 = true;
  10.    _global.Joker0 = true;
  11.    _global.Joker1 = true;
  12.    _global.Joker2 = true;
  13.    _global.Joker3 = true;
  14.    _global.Joker4 = true;
  15.    _global.Joker5 = true;
  16.    _global.Joker6 = true;
  17.    _global.Joker7 = true;
  18.    _global.Joker8 = true;
  19.    _global.Joker9 = true;
  20.    _global.persoLife = 3;
  21.    _global.oGame.playSound("musiqueIntro",999);
  22.    this.gotoAndStop(1);
  23. }
  24.